Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 11, 2024

This PR contains the following updates:

Package Change Age Confidence
@cypress/code-coverage 3.12.44 -> 3.12.49 age confidence
@vitejs/plugin-react (source) 4.3.1 -> 4.3.4 age confidence
cypress (source) 13.13.1 -> 13.13.3 age confidence
eslint (source) 8.57.0 -> 8.57.1 age confidence
eslint-config-prettier 9.1.0 -> 9.1.2 age confidence
eslint-import-resolver-typescript 3.6.1 -> 3.6.3 age confidence
eslint-plugin-prettier 5.2.1 -> 5.2.6 age confidence
eslint-plugin-react 7.35.0 -> 7.35.2 age confidence
husky 9.1.3 -> 9.1.7 age confidence
vite (source) 5.3.5 -> 5.3.6 age confidence

Release Notes

cypress-io/code-coverage (@​cypress/code-coverage)

v3.12.49

Compare Source

Bug Fixes

v3.12.48

Compare Source

Bug Fixes

v3.12.47

Compare Source

Bug Fixes

v3.12.46

Compare Source

Bug Fixes

v3.12.45

Compare Source

Bug Fixes
vitejs/vite-plugin-react (@​vitejs/plugin-react)

v4.3.4

Compare Source

Add Vite 6 to peerDependencies range

Vite 6 is highly backward compatible, not much to add!

Force Babel to output spec compliant import attributes #​386

The default was an old spec (with type: "json"). We now enforce spec compliant (with { type: "json" })

v4.3.3

Compare Source

React Compiler runtimeModule option removed

React Compiler was updated to accept a target option and runtimeModule was removed. vite-plugin-react will still detect runtimeModule for backwards compatibility.

When using a custom runtimeModule or target !== '19', the plugin will not try to pre-optimize react/compiler-runtime dependency.

The react-compiler-runtime is now available on npm can be used instead of the local shim for people using the compiler with React < 19.

Here is the configuration to use the compiler with React 18 and correct source maps in development:

npm install babel-plugin-react-compiler react-compiler-runtime @&#8203;babel/plugin-transform-react-jsx-development
export default defineConfig(({ command }) => {
  const babelPlugins = [['babel-plugin-react-compiler', { target: '18' }]]
  if (command === 'serve') {
    babelPlugins.push(['@&#8203;babel/plugin-transform-react-jsx-development', {}])
  }

  return {
    plugins: [react({ babel: { plugins: babelPlugins } })],
  }
})

v4.3.2

Compare Source

Ignore directive sourcemap error #​369

cypress-io/cypress (cypress)

v13.13.3

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-13-3

v13.13.2

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-13-2

eslint/eslint (eslint)

v8.57.1

Compare Source

Bug Fixes
  • a19072f fix: add logic to handle fixTypes in the lintText() method (#​18900) (Francesco Trotta)
  • 04c7188 fix: Don't lint same file multiple times (#​18899) (Francesco Trotta)
  • 87ec3c4 fix: do not throw when defining a global named __defineSetter__ (#​18898) (Francesco Trotta)
  • 60a1267 fix: Provide helpful error message for nullish configs (#​18889) (Milos Djermanovic)
  • a0dea8e fix: allow name in global ignores, fix --no-ignore for non-global (#​18875) (Milos Djermanovic)
  • 3836bb4 fix: do not crash on error in fs.walk filter (#​18886) (Milos Djermanovic)
  • 2dec349 fix: skip processor code blocks that match only universal patterns (#​18880) (Milos Djermanovic)
Documentation
Build Related
  • 35d366a build: Support updates to previous major versions (#​18870) (Milos Djermanovic)
Chores
prettier/eslint-config-prettier (eslint-config-prettier)

v9.1.2

Compare Source

import-js/eslint-import-resolver-typescript (eslint-import-resolver-typescript)

v3.6.3

Compare Source

Patch Changes
prettier/eslint-plugin-prettier (eslint-plugin-prettier)

v5.2.6

Compare Source

Patch Changes

v5.2.5

Compare Source

Patch Changes

v5.2.4

Compare Source

Patch Changes

v5.2.3

Compare Source

Patch Changes

v5.2.2

Compare Source

Patch Changes
jsx-eslint/eslint-plugin-react (eslint-plugin-react)

v7.35.2

Compare Source

Fixed
  • [jsx-curly-brace-presence]: avoid autofixing attributes with double quotes to a double quoted attribute (#​3814 @​ljharb)

v7.35.1

Compare Source

Fixed
  • [jsx-curly-brace-presence]: do not trigger on strings containing a quote character (#​3798 @​akulsr0)
typicode/husky (husky)

v9.1.7

Compare Source

What's Changed

New Contributors

Full Changelog: typicode/husky@v9.1.6...v9.1.7

v9.1.6

Compare Source

What's Changed

New Contributors

Full Changelog: typicode/husky@v9.1.5...v9.1.6

v9.1.5

Compare Source

What's Changed

New Contributors

Full Changelog: typicode/husky@v9.1.4...v9.1.5

v9.1.4

Compare Source

  • Improve deprecation notice
vitejs/vite (vite)

v5.3.6

Compare Source

Please refer to CHANGELOG.md for details.


Configuration

📅 Schedule: Branch creation - On day 1 of the month ( * * 1 * * ) (UTC), Automerge - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) (UTC).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jun 11, 2024
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch 2 times, most recently from 5d797db to 515ae37 Compare July 6, 2024 16:58
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch 4 times, most recently from d118c63 to 7e78063 Compare July 21, 2024 18:55
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch 2 times, most recently from b4f8cd7 to 1b7c4c1 Compare August 12, 2024 16:51
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch 3 times, most recently from 5faf7b3 to a68a678 Compare August 28, 2024 09:47
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch 2 times, most recently from 04fd2c7 to 7f3ba10 Compare September 9, 2024 18:24
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch 3 times, most recently from 6fd97a8 to 7aa4284 Compare September 17, 2024 15:38
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch from 7aa4284 to 75a12c1 Compare October 9, 2024 09:31
@sonarqubecloud
Copy link

sonarqubecloud bot commented Oct 9, 2024

@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch 2 times, most recently from bc2a85b to 31dc196 Compare December 8, 2024 21:30
@sonarqubecloud
Copy link

sonarqubecloud bot commented Dec 8, 2024

@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch 2 times, most recently from 010479f to c0057cb Compare January 30, 2025 15:52
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch from c0057cb to a81a02c Compare February 9, 2025 15:24
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch from a81a02c to aea9010 Compare March 3, 2025 14:50
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch 3 times, most recently from 5d520fa to 9dd9638 Compare March 17, 2025 14:35
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch from 9dd9638 to 17f79df Compare April 1, 2025 08:21
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch from 17f79df to 26f2788 Compare April 8, 2025 15:31
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch from 26f2788 to 8b3cfa5 Compare April 24, 2025 11:28
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch from 8b3cfa5 to d653e5b Compare May 19, 2025 18:56
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch 2 times, most recently from bcd4535 to da7c10a Compare June 4, 2025 08:24
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch 2 times, most recently from ed83ef6 to 79a8a1e Compare June 22, 2025 10:53
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch from 79a8a1e to 0d288f4 Compare July 2, 2025 19:47
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch 2 times, most recently from b17b2ba to 438821b Compare July 19, 2025 00:03
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch 2 times, most recently from 6755cff to 5ba188d Compare August 13, 2025 12:47
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch from 5ba188d to 1826e12 Compare August 19, 2025 12:06
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch from 1826e12 to cfa18c7 Compare August 31, 2025 12:06
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch from cfa18c7 to a3ea5f9 Compare September 25, 2025 17:38
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch from a3ea5f9 to 1140511 Compare October 21, 2025 18:45
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch from 1140511 to 0d677a3 Compare November 10, 2025 22:52
@sonarqubecloud
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant